home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 253
- Top = 161
- Width = 782
- Height = 193
- Caption = 'ACM Codec Wave Sample'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'Times New Roman'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 120
- TextHeight = 19
- object Panel1: TPanel
- Left = 153
- Top = 0
- Width = 621
- Height = 161
- Align = alRight
- BevelInner = bvLowered
- Color = clBlack
- TabOrder = 0
- object PaintBox1: TPaintBox
- Left = 2
- Top = 2
- Width = 617
- Height = 157
- Align = alClient
- OnClick = WaveFormatClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 153
- Height = 161
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 1
- object SpeedButton1: TSpeedButton
- Left = 12
- Top = 80
- Width = 130
- Height = 30
- Caption = 'Wave-Format'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'Comic Sans MS'
- Font.Style = []
- ParentFont = False
- OnClick = WaveFormatClick
- end
- object StartBtn: TButton
- Left = 12
- Top = 8
- Width = 130
- Height = 30
- Caption = '&Start'
- Default = True
- TabOrder = 0
- OnClick = StartBtnClick
- end
- object StopBtn: TButton
- Left = 12
- Top = 38
- Width = 130
- Height = 30
- Caption = 'S&top'
- Default = True
- Enabled = False
- TabOrder = 1
- OnClick = StopBtnClick
- end
- object CloseBtn: TButton
- Left = 12
- Top = 120
- Width = 130
- Height = 30
- Cancel = True
- Caption = '&Close'
- TabOrder = 2
- OnClick = CloseBtnClick
- end
- end
- object WaveIN1: TACMWaveIN
- Active = False
- WaveFormat.RgnShape = {
- 01000100401F0000803E0000020010000200400164656C70686920335C6D7963
- 6F6D70735C6D7977617665696E2E70613800}
- Buffers = 6
- ABufferTime = 0.200000000000000000
- OnOpen = WaveIN1Open
- OnClose = WaveIN1Close
- OnData = WaveIn1Data
- Left = 192
- Top = 32
- end
- object WaveOut1: TACMWaveOut
- Active = False
- WaveFormat.RgnShape = {
- 31000100401F000059060000410000000200400164656C70686920335C6D7963
- 6F6D70735C6D79776176656F75742E703800}
- Left = 224
- Top = 32
- end
- end
-